projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46d8a55
)
(Fexecute_extended_command): Fix previous change.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Sep 1996 05:39:41 +0000
(
05:39
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 4 Sep 1996 05:39:41 +0000
(
05:39
+0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index a995e551ad3fc6bed42cb1f26004082ff5214c15..b1578a3a949346508e286f8340426003503d35e4 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-6901,6
+6901,8
@@
DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_
(prefixarg)
Lisp_Object prefixarg;
{
+ defsubr (&Sfocus_frame);
+ defsubr (&Sunfocus_frame);
Lisp_Object function;
char buf[40];
Lisp_Object saved_keys;
@@
-6909,7
+6911,7
@@
DEFUN ("execute-extended-command", Fexecute_extended_command, Sexecute_extended_
saved_keys = Fvector (this_command_key_count,
XVECTOR (this_command_keys)->contents);
buf[0] = 0;
- GCPRO
1
(saved_keys, prefixarg);
+ GCPRO
2
(saved_keys, prefixarg);
if (EQ (prefixarg, Qminus))
strcpy (buf, "- ");